Searched refs:flat (Results 76 - 91 of 91) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas84 /// a list of element as the children. If you want a flat tree (a list)
114 /// Add a child to the tree t. If child is a flat tree (a list), make all
169 /// for non-flat trees.
502 /// the tree is a flat list.
531 /// instead of the child-sibling approach in v2. A flat tree (a list) is
2707 // is a flat list (i.e., nil-rooted tree). All children of oldRoot
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h924 SECTION _TEXT public align=16 class=CODE use32 flat
925 SECTION _DATA public align=16 class=DATA use32 flat
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h924 SECTION _TEXT public align=16 class=CODE use32 flat
925 SECTION _DATA public align=16 class=DATA use32 flat
/external/chromium_org/v8/src/
H A Dobjects.cc969 Handle<SeqOneByteString> flat = isolate->factory()->NewRawOneByteString( local
972 WriteToFlat(*cons, flat->GetChars(), 0, length);
973 result = flat;
975 Handle<SeqTwoByteString> flat = isolate->factory()->NewRawTwoByteString( local
978 WriteToFlat(*cons, flat->GetChars(), 0, length);
979 result = flat;
H A Druntime.cc6394 String::FlatContent flat = subject->GetFlatContent();
6397 if (flat.IsOneByte()) {
6399 isolate->unicode_cache(), flat.ToOneByteVector(), radix);
6402 isolate->unicode_cache(), flat.ToUC16Vector(), radix);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2002 if (qual->flags.q.flat)
2737 /* Integer vertex outputs must be qualified with 'flat'.
2742 * flat."
2752 "then it must be qualified with 'flat'");
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2002 if (qual->flags.q.flat)
2737 /* Integer vertex outputs must be qualified with 'flat'.
2742 * flat."
2752 "then it must be qualified with 'flat'");
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c10107 dw 0xffff, 0, 0x9b00, 0x00cf ; 32 bit flat code segment (0x10)
10108 dw 0xffff, 0, 0x9300, 0x00cf ; 32 bit flat data segment (0x18)
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile1544 GNU_LGPL-2.0 splint.sh Mkfiles/Makefile.flat \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... HIDE_SELECTION public static final int FULL_SELECTION public static final int FLAT public static final int SMOOTH public static final int NO_BACKGROUND ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 659 milliseconds

1234