/external/bison/doc/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 78 the Document is released under this License. A Front-Cover Text may 155 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 157 you as the publisher of these copies. The front cover must present 275 If the Modified Version includes new front-matter sections or 288 You may add a passage of up to five words as a Front-Cover Text, and a 291 Front-Cover Text and one of Back-Cover Text may be added by (or 477 with no Invariant Sections, no Front-Cover Texts, and no Back-Cove [all...] |
/external/deqp/doc/testspecs/GLES2/ |
performance.compiler.txt | 27 + Front-end time estimation with invalid shaders 61 Front-end time is estimated by compiling invalid shaders with either an invalid 81 Overview for invalid shader cases (front-end time estimation):
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestMultiRenderTarget.java | 172 * Marks pixels in front of the far light boundary 182 Render front faces of light volume 194 * Render front-faces of light volume
|
/external/libpcap/pcap/ |
usb.h | 57 * Appears at the front of each Control S-type packet in DLT_USB captures. 77 * Appears at the front of each packet in DLT_USB_LINUX captures. 102 * Appears at the front of each packet in DLT_USB_LINUX_MMAPPED captures.
|
/external/llvm/lib/Target/ARM/ |
A15SDOptimizer.cpp | 185 SmallVector<MachineInstr *, 8> Front; 189 Front.push_back(MI); 191 while (Front.size() != 0) { 192 MI = Front.back(); 193 Front.pop_back(); 370 SmallVector<MachineInstr *, 8> Front; 371 Front.push_back(MI); 372 while (Front.size() != 0) { 373 MI = Front.back(); 374 Front.pop_back() [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 52 * Copy back color(s) to front color(s). 88 /* copy back attribs to front attribs */ 114 /* Find which vertex shader outputs are front/back colors */
|
/external/mesa3d/src/gallium/docs/source/ |
pipeline.txt | 24 front/back & primary/secondary colors 53 | Choose front or | 115 front/back face flag }
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIAssignInterpRegs.cpp | 129 MF->front().addLiveIn(physReg); 130 BuildMI(MF->front(), MF->front().begin(), DebugLoc(),
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_clear.c | 44 [BUFFER_FRONT_LEFT] = "front", 46 [BUFFER_FRONT_RIGHT] = "front right", 115 /* HW color buffers (front, back, aux, generic FBO, etc) */
|
/external/valgrind/ |
COPYING.DOCS | 51 A "Secondary Section" is a named appendix or a front-matter section of 71 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 72 the Document is released under this License. A Front-Cover Text may 144 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 146 you as the publisher of these copies. The front cover must present 233 If the Modified Version includes new front-matter sections or 246 You may add a passage of up to five words as a Front-Cover Text, and a 249 Front-Cover Text and one of Back-Cover Text may be added by (or 380 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p_build.c | 488 size_t front = remaining; local 489 size_t back = sizeof(u32) + sizeof(u16) + sizeof(u8) - front; 496 if (front) 497 wpabuf_put_data(buf, holder, front); 502 wpabuf_put_data(buf, &holder[front], back); 515 size_t front = remaining; local 516 size_t back = svc_len - front; 518 if (front) 519 wpabuf_put_data(buf, svc_name, front); 526 wpabuf_put_data(buf, &svc_name[front], 255 - 4) [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
EventLogTags.logtags | 18 # A task is being brought to the front of the screen: 96 # Home Stack brought to front or rear 97 30044 am_home_stack_moved (User|1|5),(To Front|1|5),(Top Stack Id|1|5),(Focused Stack Id|1|5),(Reason|3)
|
/frameworks/base/tools/aapt2/ |
Linker_test.cpp | 92 EXPECT_NE(nullptr, dynamic_cast<BinaryPrimitive*>(result->entries.front().value.get())); 121 const String* str = dynamic_cast<const String*>(result->entries.front().value.get()); 140 result->entries.front().value.get());
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraDeviceInfo.java | 49 * @return The first (lowest) ID of the front cameras or {@code NO_DEVICE} 91 // Drivers tend to mirror the image during front camera preview. 115 * Whether to account for mirroring in the case of front-facing
|
/frameworks/support/v4/java/android/support/v4/util/ |
CircularArray.java | 70 * Add an element in front of the CircularArray. 94 * Remove first element from front of the CircularArray and return it. 132 * Remove multiple elements from front of the CircularArray, ignore when numOfElements
|
CircularIntArray.java | 71 * Add an integer in front of the CircularIntArray. 95 * Remove first integer from front of the CircularIntArray and return it. 127 * Remove multiple integers from front of the CircularIntArray, ignore when numOfElements
|
/ndk/sources/host-tools/make-3.81/doc/ |
fdl.texi | 58 A ``Secondary Section'' is a named appendix or a front-matter section 78 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 79 the Document is released under this License. A Front-Cover Text may 153 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 155 you as the publisher of these copies. The front cover must present 273 If the Modified Version includes new front-matter sections or 286 You may add a passage of up to five words as a Front-Cover Text, and a 289 Front-Cover Text and one of Back-Cover Text may be added by (or 423 with no Invariant Sections, no Front-Cover Texts, and no Back-Cove [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v1/ |
LegacyOneCameraManagerImpl.java | 71 // Get the first (smallest) back and first front camera id. 123 } else if (facing == Facing.FRONT && mFirstFrontCameraId != null) { 151 Log.w(TAG, "Returning camera characteristics for front camera."
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
CheckableContactFlipDrawable.java | 34 * Custom FlipDrawable which has a {@link ContactDrawable} on the front, 105 if (!getSideFlippingTowards() /* front to back */) { 108 } else /* back to front */ {
|
/external/kernel-headers/original/uapi/sound/ |
asound.h | 480 SNDRV_CHMAP_FL, /* front left */ 481 SNDRV_CHMAP_FR, /* front right */ 484 SNDRV_CHMAP_FC, /* front center */ 490 SNDRV_CHMAP_FLC, /* front left center */ 491 SNDRV_CHMAP_FRC, /* front right center */ 494 SNDRV_CHMAP_FLW, /* front left wide */ 495 SNDRV_CHMAP_FRW, /* front right wide */ 496 SNDRV_CHMAP_FLH, /* front left high */ 497 SNDRV_CHMAP_FCH, /* front center high */ 498 SNDRV_CHMAP_FRH, /* front right high * [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
asound.h | 472 SNDRV_CHMAP_FL, /* front left */ 473 SNDRV_CHMAP_FR, /* front right */ 476 SNDRV_CHMAP_FC, /* front center */ 482 SNDRV_CHMAP_FLC, /* front left center */ 483 SNDRV_CHMAP_FRC, /* front right center */ 486 SNDRV_CHMAP_FLW, /* front left wide */ 487 SNDRV_CHMAP_FRW, /* front right wide */ 488 SNDRV_CHMAP_FLH, /* front left high */ 489 SNDRV_CHMAP_FCH, /* front center high */ 490 SNDRV_CHMAP_FRH, /* front right high * [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
asound.h | 472 SNDRV_CHMAP_FL, /* front left */ 473 SNDRV_CHMAP_FR, /* front right */ 476 SNDRV_CHMAP_FC, /* front center */ 482 SNDRV_CHMAP_FLC, /* front left center */ 483 SNDRV_CHMAP_FRC, /* front right center */ 486 SNDRV_CHMAP_FLW, /* front left wide */ 487 SNDRV_CHMAP_FRW, /* front right wide */ 488 SNDRV_CHMAP_FLH, /* front left high */ 489 SNDRV_CHMAP_FCH, /* front center high */ 490 SNDRV_CHMAP_FRH, /* front right high * [all...] |
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 228 The indexing scheme is the same as for MPEG-2/4. Thus indices are counted upwards starting from the front 230 with the left side, pairwise from front toward back. For detailed explanation, please refer to 237 but adding corresponding top channels to the channel types front, side and back, in order to avoid any 287 scheme, thus the channels would be: front left, front right, center, LFE, surround left, surround right. 288 Thus the third channel is the center channel, receiving the index 0. The other front channels are 289 front left, front right being placed as first and second channels with indices 1 and 2 correspondingly. 297 <front left sample 0> <front right sample 0 [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 207 String front, end; 212 front = getText().substring(2, 3); 218 front = getText().substring(2, 4); 225 if ( front.equals(newline) && end.equals(newline) ) { 231 else if ( front.equals(newline) ) {
|
/external/libpng/contrib/gregbook/ |
README | 32 rpng-win.c Windows front end for the basic viewer 33 rpng-x.c X Window System (Unix, OpenVMS) front end 37 rpng2-win.c Windows front end for the progressive viewer 38 rpng2-x.c X front end for the progressive viewer 42 wpng.c generic (text) front end for the converter
|