Searched refs:prefix (Results 226 - 250 of 1992) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dthumb2be-b.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-beq.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Darm-thumb-cpus.s2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
17 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
H A Ddirective-arch_extension-idiv.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
6 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7M -check-prefix CHECK-V7M
8 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv6 -check-prefix CHECK-V6
10 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv7 -check-prefix CHEC
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s2 @ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
/external/llvm/test/MC/Mips/
H A Delf_eflags_nanlegacy.s3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
/external/strace/xlat/
H A Dgen.sh18 local prefix
20 prefix=
22 prefix='static '
28 ${prefix}const struct xlat ${name}[] = {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java105 String prefix = "'";
107 prefix = "L'";
110 return prefix+escapeChar(c)+"'";
122 String prefix = "\"";
124 prefix = "L\"";
125 return prefix+escapeString(buf.toString())+"\"";
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_helper.cc42 const std::string& prefix, const std::string& method,
45 DCHECK(!prefix.empty() && !method.empty() &&
48 prefix.c_str(), method.c_str(),
41 ComposeUrl( const std::string& prefix, const std::string& method, const std::string& client_name, const std::string& version, const std::string& additional_query) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
H A DPreprocessorPanel.js11 var prefix = 'window.__preprocessed = window.__preprocessed || [];\n'; variable
12 prefix += 'window.__preprocessed.push(\'' + url +'\');\n';
14 return prefix + source + postfix;
/external/chromium_org/content/browser/download/
H A Dsave_package_browsertest.cc23 void GetDestinationPaths(const std::string& prefix, argument
26 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm");
27 *dir = save_dir_.path().AppendASCII(prefix + "_files");
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_example_generator.cc67 string prefix = HpackFuzzUtil::HeaderBlockPrefix(buffer.size()); local
69 CHECK_LT(0, file_out.WriteAtCurrentPos(prefix.data(), prefix.size()));
/external/chromium_org/net/spdy/
H A Dhpack_output_stream.cc42 void HpackOutputStream::AppendPrefix(HpackPrefix prefix) { argument
43 AppendBits(prefix.bits, prefix.bit_size);
/external/chromium_org/testing/gtest/scripts/
H A Dgtest-config.in48 --prefix=<dir> overrides the installation prefix
49 --exec-prefix=<dir> overrides the executable installation prefix
50 --libdir=<dir> overrides the library installation prefix
51 --includedir=<dir> overrides the header file installation prefix
54 --prefix installation prefix
55 --exec-prefix executable installation prefix
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-test-ordering69 def convert_trie_to_flat_paths(trie, prefix=None):
74 if prefix:
75 name = prefix + "/" + name
/external/chromium_org/third_party/re2/util/
H A Dstrutil.cc72 string PrefixSuccessor(const StringPiece& prefix) { argument
79 string limit(prefix.data(), prefix.size());
/external/lldb/test/functionalities/exec/
H A Dmain.cpp11 exit_with_errno (int err, const char *prefix) argument
17 prefix ? prefix : "",
/external/protobuf/gtest/scripts/
H A Dgtest-config.in48 --prefix=<dir> overrides the installation prefix
49 --exec-prefix=<dir> overrides the executable installation prefix
50 --libdir=<dir> overrides the library installation prefix
51 --includedir=<dir> overrides the header file installation prefix
54 --prefix installation prefix
55 --exec-prefix executable installation prefix
[all...]
/external/regex-re2/util/
H A Dstrutil.cc72 string PrefixSuccessor(const StringPiece& prefix) { argument
79 string limit(prefix.data(), prefix.size());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java75 * Asserts that a prefix is set.
76 * @param prefix a prefix
79 public static void assertPrefix(String prefix) throws XMPException argument
81 if (prefix == null || prefix.length() == 0)
83 throw new XMPException("Empty prefix", XMPError.BADPARAM);
/external/chromium_org/v8/src/
H A Dmksnapshot.cc137 void WriteData(const char* prefix, const i::List<i::byte>& source_data, argument
153 WriteData(prefix, source_data, data_to_be_written);
171 void WriteData(const char* prefix, const i::List<i::byte>& source_data, argument
173 fprintf(fp_, "const byte Snapshot::%sdata_[] = {\n", prefix);
176 fprintf(fp_, "const int Snapshot::%ssize_ = %d;\n", prefix,
181 prefix, prefix);
183 prefix, prefix);
185 fprintf(fp_, "const byte* Snapshot::%sraw_data_ = NULL;\n", prefix);
192 WriteMeta(const char* prefix, const i::Serializer& ser) const argument
203 WriteSizeVar(const i::Serializer& ser, const char* prefix, const char* name, int space) const argument
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py43 def Comment(node, prefix=None, tabs=0):
48 # If an option prefix is provided, then prepend that to the comment
50 if prefix:
51 prefix_lines = prefix.split('\n')
52 # If both the prefix and comment start with a blank line ('*') remove
268 def GetTypeName(self, node, release, prefix=''):
287 name = '%s%s' % (prefix, name)
292 name = 'struct %s%s' % (prefix, self.GetStructName(typeref, rel, True))
297 name = 'union %s%s' % (prefix, typeref.GetName())
299 name = 'struct %s%s' % (prefix, typere
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js862 * @param {string} prefix
865 startsWith: function(prefix)
867 var firstIndex = this._firstIndexOfPrefix(prefix);
872 while (firstIndex < this._values.length && this._values[firstIndex].startsWith(prefix))
897 _firstIndexOfPrefix: function(prefix)
901 if (!prefix)
910 if (this._values[middleIndex].startsWith(prefix)) {
914 if (this._values[middleIndex] < prefix)
923 while (foundIndex && this._values[foundIndex - 1].startsWith(prefix))
941 * @param {string} prefix
[all...]
/external/qemu/scripts/
H A Dqapi-commands.py327 def gen_command_decl_prologue(header, guard, prefix=""):
347 #include "%(prefix)sqapi-types.h"
352 header=basename(header), guard=guardname(header), prefix=prefix)
355 def gen_command_def_prologue(prefix="", proxy=False):
381 #include "%(prefix)sqapi-types.h"
382 #include "%(prefix)sqapi-visit.h"
385 prefix=prefix)
387 ret += '#include "%sqmp-commands.h"' % prefix
400 prefix = "" variable
411 prefix = a variable
[all...]
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash.cc96 AXAuraObjWrapper* root, std::string prefix) {
99 std::string output = prefix + data.ToString() + '\n';
104 prefix += prefix[0];
106 output += ToString(children[i], prefix);
95 ToString( AXAuraObjWrapper* root, std::string prefix) argument

Completed in 1767 milliseconds

1234567891011>>