| /external/chromium_org/third_party/skia/include/core/ |
| SkDrawFilter.h | 21 * used for the actual drawing. Note: this modification only lasts for the 22 * current draw, as a temporary copy of the paint is used. 45 * Called with the paint that will be used to draw the specified type.
|
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrAtlas.h | 48 bool used() const { return fUsed; } function in class:GrAtlas 49 void setUsed(bool used) { fUsed = used; }
|
| /external/chromium_org/tools/grit/grit/ |
| lazy_re.py | 6 '''In GRIT, we used to compile a lot of regular expressions at parse 7 time. Since many of them never get used, we use lazy_re to compile 8 them on demand the first time they are used, thus speeding up startup
|
| /external/chromium_org/ui/aura/client/ |
| stacking_client.h | 25 // Window (generally a RootWindow) that can be used to determine which 27 // have side effects. It should only be used when |window| is going to be 42 // stacking client is used.
|
| /external/chromium_org/ui/base/ime/ |
| text_input_type.h | 13 // Input caret is not in an editable node, no input method shall be used. 16 // Input caret is in a normal editable node, any input method can be used. 19 // Input caret is in a password box, an input method may be used only if
|
| /external/chromium_org/ui/shell_dialogs/ |
| selected_file_info.h | 16 // Struct used for passing selected file info to WebKit. 30 // portion of a file name (ex. no path separators), and used for displaying 32 // |path| is used for displaying.
|
| /external/clang/test/CXX/temp/temp.res/temp.local/ |
| p1.cpp | 6 // injected-class-name (Clause 9). The injected-class-name can be used with 7 // or without a template-argument-list. When it is used without 24 // When it is used with a template-argument-list, it refers to the specified
|
| /external/clang/test/Sema/ |
| attr-unused.c | 23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} 26 struct Test0_unused s1; // expected-warning {{'Test0_unused' was marked unused but was used}} 42 return x; // expected-warning{{'x' was marked unused but was used}}
|
| /external/dexmaker/src/dx/java/com/android/dx/io/ |
| IndexType.java | 23 /** "Unknown." Used for undefined opcodes. */ 26 /** no index used */ 29 /** "It depends." Used for {@code throw-verification-error}. */
|
| /external/dropbear/libtommath/ |
| bn_mp_count_bits.c | 26 if (a->used == 0) { 31 r = (a->used - 1) * DIGIT_BIT; 34 q = a->dp[a->used - 1];
|
| /external/freetype/include/freetype/ |
| ttunpat.h | 12 /* This file is part of the FreeType project, and may only be used, */ 44 * A constant used as the tag of an @FT_Parameter structure to indicate 45 * that unpatented methods only should be used by the TrueType bytecode
|
| /external/icu4c/layout/ |
| CharSubstitutionFilter.h | 18 * This filter is used by character-based GSUB processors. It 27 * Holds the font which is used to test the characters. 65 * This method is used to test if a particular
|
| /external/iptables/extensions/ |
| libip6t_REJECT.man | 1 This is used to send back an error packet in response to the matched 27 can be used on rules which only match the TCP protocol: this causes a 33 can only be used with kernel versions 2.6.14 or later.
|
| /external/javassist/src/main/javassist/util/proxy/ |
| ProxyObject.java | 7 * the License. Alternatively, the contents of this file may be used under 25 * Sets a handler. It can be used for changing handlers 32 * This can be used to access values of the underlying MethodHandler
|
| /external/jdiff/src/jdiff/ |
| ParamAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 41 * Tests two ParamAPI objects using just the name, used by indexOf(). 49 /** Used to create signatures. */
|
| /external/kernel-headers/original/asm-arm/ |
| procinfo.h | 32 unsigned long __cpu_mm_mmu_flags; /* used by head.S */ 33 unsigned long __cpu_io_mmu_flags; /* used by head.S */ 34 unsigned long __cpu_flush; /* used by head.S */
|
| /external/kernel-headers/original/linux/mtd/ |
| nftl.h | 15 /* these info are used in ReplUnitTable */ 18 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ 38 unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
| /external/llvm/docs/CommandGuide/ |
| llvm-stress.rst | 12 The :program:`llvm-stress` tool is used to generate random ``.ll`` files that 13 can be used to test different components of LLVM. 28 Specify the seed to be used for the randomly generated instructions.
|
| /external/mesa3d/src/gallium/docs/source/ |
| glossary.rst | 26 This term is used as the name of the "3rd coordinate" of a resource. 30 resource is used, use the term "layer" instead of a resource type 34 GL Shading Language. The official, common high-level shader language used
|
| /external/openssl/crypto/rc2/ |
| version | 16 While rc2 is included because it is used with SSL, I don't know how 18 So if you are paranoid, used Tripple DES, else IDEA. If RC2 19 does get used more, perhaps more people will look for weaknesses in
|
| /external/qemu/android/ |
| hw-control.h | 29 /* used to record a hw control 'client' */ 34 /* used to initialize the hardware control support */ 37 /* used to register a new hw-control back-end */
|
| /external/qemu/android/protocol/ |
| fb-updates-proxy.h | 31 * -shared Used a shared memory to transfer the updating rectangle buffer. 45 * Gets number of bits used to encode a single pixel. 49 * Number of bits used to encode a single pixel.
|
| /external/qemu/ |
| user-events.h | 15 /* A simple abstract interface to user-events. This is used to de-couple 27 /* The following is used to register a callback function that will receive 28 * user_event_generic() calls. This is used by hw/goldfish_events_device.c
|
| /external/robolectric/ |
| build.properties | 1 # This file is used to override default values used by the Ant build system. 6 # This file is only used by the Ant script.
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowResolveInfo.java | 20 * Non-Android accessor used to set the value returned by {@link loadLabel} 25 * Non-Android accessor used for creating ResolveInfo objects 35 * Non-Android accessor used for creating ResolveInfo objects
|