Searched refs:Space (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DWikiParser.js78 Space: "Space"
187 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
199 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
296 new WebInspector.WikiParser.TokenDescriptor(WebInspector.WikiParser.space, WebInspector.WikiParser.TokenType.Space)
656 case WebInspector.WikiParser.TokenType.Space:
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp129 const unsigned Space = SlotIndex::InstrDist/2; local
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DHelpScreen.js104 WebInspector.KeyboardShortcut.Keys.Space.code,
H A DShortcutsScreen.js392 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Space, WebInspector.KeyboardShortcut.Modifiers.Ctrl)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarPane.js148 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
H A DKeyboardShortcut.js70 Space: { code: 32, name: "Space" },
H A Dtreeoutline.js395 else if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h42 Space, enumerator in enum:llvm::AsmToken::TokenKind
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmssamp.c71 cmsColorSpaceSignature Space; local
90 Space = cmsGetColorSpace(hInput);
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
H A Dcmspcs.c68 Interchange Space Component Actual Range Encoded Range
698 cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space, argument
716 switch (Space) {
H A Dlcms2_internal.h890 cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space,
/external/chromium_org/v8/src/heap/
H A Dspaces.h97 class Space;
307 Space* owner() const {
310 return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner_) -
317 void set_owner(Space* space) {
682 Executability executable, Space* owner);
815 // Space is the abstract superclass for all allocation spaces.
816 class Space : public Malloced { class in namespace:v8::internal
818 Space(Heap* heap, AllocationSpace id, Executability executable) function in class:v8::internal::Space
821 virtual ~Space() {}
1010 LargePage* AllocateLargePage(intptr_t object_size, Space* owne
[all...]
H A Dspaces.cc42 Space* owner = page->owner();
432 Executability executable, Space* owner) {
551 Space* owner) {
691 Space* owner,
882 : Space(heap, id, executable),
2799 : Space(heap, id, NOT_EXECUTABLE), // Managed on a per-allocation basis
H A Dheap.cc463 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) {
4389 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) {
5401 Space* AllSpaces::next() {
H A Dheap.h2129 // Space iterator for iterating over all spaces of the heap. Returns each space
2134 Space* next();
2142 // Space iterator for iterating over all old spaces of the heap: Old pointer
2156 // Space iterator for iterating over all the paged spaces of the heap: Map
2170 // Space iterator for iterating over all spaces of the heap.
2233 // Space iterator for iterating all the spaces.
/external/clang/unittests/Format/
H A DFormatTest.cpp7511 FormatStyle Space = getLLVMStyle(); local
7512 Space.SpaceBeforeParens = FormatStyle::SBPO_Always;
7514 verifyFormat("int f ();", Space);
7519 Space);
7524 Space);
7528 Space);
7533 Space);
7534 verifyFormat("A::A () : a (1) {}", Space);
7535 verifyFormat("void f () __attribute__ ((asdf));", Space);
7540 Space);
[all...]
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp63 auto Space = make_unique<DIE>(dwarf::DW_TAG_namespace); local
66 Space->addValue(dwarf::DW_AT_name, dwarf::DW_FORM_strp, &SpaceStr);
68 Space->addValue(dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, &One);
77 Space->addChild(std::move(Foo));
78 CU.addChild(std::move(Space));
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py102 self._port_handle.Parity = System.IO.Ports.Parity.Space
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp520 return AsmToken(AsmToken::Space, StringRef(TokStart, len));
/external/chromium_org/third_party/libxml/src/
H A Dparser.c4394 "Space required after 'SYSTEM'\n");
4405 "Space required after 'PUBLIC'\n");
4418 "Space required after the Public Identifier\n");
5008 "Space required after '<!NOTATION'\n");
5020 "Space required after the NOTATION name'\n");
5093 "Space required after '<!ENTITY'\n");
5101 "Space required after '%'\n");
5120 "Space required after the entity name\n");
5231 "Space required before 'NDATA'\n");
5238 "Space require
[all...]
H A DHTMLparser.c3019 "Space required after 'SYSTEM'\n", NULL, NULL);
3033 "Space required after 'PUBLIC'\n", NULL, NULL);
/external/libxml2/
H A Dparser.c4680 "Space required after 'SYSTEM'\n");
4691 "Space required after 'PUBLIC'\n");
4704 "Space required after the Public Identifier\n");
5330 "Space required after '<!NOTATION'\n");
5342 "Space required after the NOTATION name'\n");
5415 "Space required after '<!ENTITY'\n");
5423 "Space required after '%'\n");
5442 "Space required after the entity name\n");
5553 "Space required before 'NDATA'\n");
5560 "Space require
[all...]
H A DHTMLparser.c3072 "Space required after 'SYSTEM'\n", NULL, NULL);
3086 "Space required after 'PUBLIC'\n", NULL, NULL);
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c2499 ** 0 return indicates an error of some kind. Space to hold the
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2850 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); local
2852 if (Space == 0 || Space > 3) {
2856 Count += Space;

Completed in 517 milliseconds

12