HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 126 - 150 of 184) sorted by null

1 2 3 4 56 7 8

  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 155 // Invalid prefix.
157 t.expectFalse(isInNetEx("127.0.0.1", "127.0.0.1")); // Missing '/' in prefix.
306 // Prefix with the test name that generated the log.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 155 // Invalid prefix.
157 t.expectFalse(isInNetEx("127.0.0.1", "127.0.0.1")); // Missing '/' in prefix.
306 // Prefix with the test name that generated the log.
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
  /external/icu/icu4c/source/
icudefs.mk 20 prefix = /usr/local macro
21 exec_prefix = ${prefix}
25 datarootdir = ${prefix}/share
28 includedir = ${prefix}/include
30 sysconfdir = ${prefix}/etc
203 # Prefix for the ICU library names
215 # Static library prefix and file extension
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 57 const char *Prefix = TM.getDataLayout()->getPrivateGlobalPrefix();
58 CachedMCSymbol = Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" +
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 373 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
405 /// see if this is a prefix or grouped option. If so, split arg into output an
420 if (PGOpt->getFormattingFlag() == cl::Prefix) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 270 // Prefix increment with eval or arguments
278 // Prefix decrement with eval or arguments
317 // Prefix unary operators other than delete, ++, -- are valid in strict mode
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 285 void mangle(const NamedDecl *D, StringRef Prefix = "_Z");
439 void CXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) {
443 Out << Prefix;
784 /// i.e. if there is more prefix "to the right".
839 // In all of these cases, we should have no prefix.
    [all...]
MicrosoftMangle.cpp 222 void mangle(const NamedDecl *D, StringRef Prefix = "\01?");
346 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) {
351 // Callers can override this with a custom prefix.
354 Out << Prefix;
705 // a $S prefix.
747 // Otherwise, number the types using a $S prefix.
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 642 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
643 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
    [all...]
RecursiveASTVisitor.h 708 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
709 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 775 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber,
778 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix)
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 95 0x01 lcp Length Change Prefix stall cycles
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 544 * Prefix for the file manager window ID.
558 * Prefix for the dialog ID.
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 419 static void ConvertToLongName(const UString &prefix, UString &name)
424 if (fi.Find(prefix + name))
428 static void ConvertToLongNames(const UString &prefix, CObjectVector<NWildcard::CItem> &items)
435 ConvertToLongName(prefix, item.PathParts.Front());
439 static void ConvertToLongNames(const UString &prefix, NWildcard::CCensorNode &node)
441 ConvertToLongNames(prefix, node.IncludeItems);
442 ConvertToLongNames(prefix, node.ExcludeItems);
445 ConvertToLongName(prefix, node.SubNodes[i].Name);
466 ConvertToLongNames(prefix + nextNode.Name + wchar_t(NFile::NName::kDirDelimiter), nextNode);
475 ConvertToLongNames(pair.Prefix, pair.Head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h 631 NET_API_STATUS WINAPI NetGetDisplayInformationIndex(LPCWSTR ServerName,DWORD Level,LPCWSTR Prefix,LPDWORD Index);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree_test.js 163 // Single identifier with prefix and negative.
450 // one prefix and one postfix.
    [all...]
key_sequence.js 32 * - Whether or not a prefix key was entered before the discrete keys.
60 throw 'Prefix key and sticky mode cannot both be enabled: ' + originalEvent;
66 // try to use the CVox modifier or prefix key.
145 * If sticky mode or a prefix is active on one of the commands but not on
151 * has sticky mode or an active prefix, then we also have a match.
173 // have the ChromeVox modifier has sticky mode or the prefix key then the
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 597 // Prefix Operator
599 'prefix', 'default.default',
600 '[t] "prefix"; [n] text(); [t] "of" (pause 150);' +
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 203 var prefix = makeRepeatedString(' ', numSpaces);
205 this.writeLine(prefix + lines[i]);
480 // Prefix will hold the first part of the string that contains no private
482 var prefix = null;
486 prefix = match[0];
493 if (prefix === null) {
516 prefix = match[0];
521 if (prefix) {
522 var suffix = line.slice(prefix.length);
528 return prefix + '[' + suffix.length + ' bytes were stripped]'
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 25 cvox.ChromeVox.entireDocumentIsHidden=!1;cvox.ChromeVox.storeOn=function(a){a.isStickyPrefOn=cvox.ChromeVox.isStickyPrefOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyPrefOn=a.isStickyPrefOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.ChromeVox.isStickyModeOn=function(){return null!==cvox.ChromeVox.stickyOverride?cvox.ChromeVox.stickyOverride:cvox.ChromeVox.isStickyPrefOn};cvox.KeySequence=function(a,b,c,d){this.doubleTap=!!d;this.cvoxModifier=void 0==b?this.isCVoxModifierActive(a):b;this.stickyMode=!!a.stickyMode;this.prefixKey=!!a.keyPrefix;this.skipStripping=!!c;if(this.stickyMode&&this.prefixKey)throw"Prefix key and sticky mode cannot both be enabled: "+a;a=this.resolveChromeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],metaKey:[],keyCode:[]};this.extractKey_(a)};
  /external/clang/lib/Driver/
Driver.cpp     [all...]

Completed in 885 milliseconds

1 2 3 4 56 7 8