/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11_bta.h | 2 * BT-AMP (BlueTooth Alternate Mac and Phy) 802.11 PAL (Protocol Adaptation Layer) 26 /* BT-AMP 802.11 PAL Protocols */ 33 /* BT-AMP 802.11 PAL AMP_ASSOC Type IDs */
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 115 final FixedClockPalette pal = new FixedClockPalette(); local 116 pal.mId = xrp.getAttributeValue(null, "id"); 119 pal.mBackgroundColor = Color.parseColor(val); 121 pal.mSecondColor = Color.parseColor(val); 123 pal.mMinuteColor = Color.parseColor(val); 125 pal.mHourColor = Color.parseColor(val); 127 pal.mDayColor = Color.parseColor(val); 129 pal.mMonthColor = Color.parseColor(val); 130 return (pal.mId == null) ? null : pal; 205 final CyclingClockPalette pal = new CyclingClockPalette(); local 330 ClockPalette pal = ClockPalette.parseXmlPaletteTag(xrp); local 332 mPalettes.put(pal.getId(), pal); local 400 ClockPalette pal = mPalettes.get(paletteId); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_encoder.h | 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
|
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_encoder.h | 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
|
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_encoder.h | 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
|
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
|
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.h | 105 unsigned getAttributeID(AttributeSet PAL) const { 106 if (PAL.isEmpty()) return 0; // Null maps to zero. 107 AttributeMapType::const_iterator I = AttributeMap.find(PAL); 112 unsigned getAttributeGroupID(AttributeSet PAL) const { 113 if (PAL.isEmpty()) return 0; // Null maps to zero. 114 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); 163 void EnumerateAttributes(AttributeSet PAL);
|
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.h | 109 unsigned getAttributeID(llvm::AttributeSet PAL) const { 110 if (PAL.isEmpty()) return 0; // Null maps to zero. 111 AttributeMapType::const_iterator I = AttributeMap.find(PAL); 116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const { 117 if (PAL.isEmpty()) return 0; // Null maps to zero. 118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); 167 void EnumerateAttributes(llvm::AttributeSet PAL);
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.h | 109 unsigned getAttributeID(llvm::AttributeSet PAL) const { 110 if (PAL.isEmpty()) return 0; // Null maps to zero. 111 AttributeMapType::const_iterator I = AttributeMap.find(PAL); 116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const { 117 if (PAL.isEmpty()) return 0; // Null maps to zero. 118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); 167 void EnumerateAttributes(llvm::AttributeSet PAL);
|
/frameworks/compile/slang/BitWriter_3_2/ |
ValueEnumerator.h | 109 unsigned getAttributeID(llvm::AttributeSet PAL) const { 110 if (PAL.isEmpty()) return 0; // Null maps to zero. 111 AttributeMapType::const_iterator I = AttributeMap.find(PAL); 116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const { 117 if (PAL.isEmpty()) return 0; // Null maps to zero. 118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); 167 void EnumerateAttributes(llvm::AttributeSet PAL);
|
/frameworks/base/packages/DefaultContainerService/res/values-lv/ |
strings.xml | 23 <string name="service_name" msgid="4841491635055379553">"Pakotnes piek?uves pal?gs"</string>
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
SDL_ggivideo.c | 157 ggi_color pal[256], map[256]; local 208 ggiGetPalette(VIS, 0, 1 << vformat->BitsPerPixel, pal); 263 ggi_color pal[256]; local 306 ggiGetPalette(VIS, 0, 1 << bpp, pal); 358 ggi_color pal[256]; local 363 pal[i].r = (colors[i].r << 8) | colors[i].r; 364 pal[i].g = (colors[i].g << 8) | colors[i].g; 365 pal[i].b = (colors[i].b << 8) | colors[i].b; 368 ggiSetPalette(VIS, firstcolor, ncolors, pal);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_gamma.c | 175 SDL_Palette *pal = screen->format->palette; local 179 pal = video->physpal; 182 pal->colors, 0, pal->ncolors);
|
SDL_pixels.c | 313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b) 323 for ( i=0; i<pal->ncolors; ++i ) { 324 rd = pal->colors[i].r - r; 325 gd = pal->colors[i].g - g; 326 bd = pal->colors[i].b - b; 470 SDL_Palette *pal = src->palette; local 473 map = (Uint8 *)SDL_malloc(pal->ncolors*bpp); 481 for ( i=0; i<pal->ncolors; ++i ) { 483 pal->colors[i].r, pal->colors[i].g 494 SDL_Palette *pal = dst->palette; local [all...] |
SDL_pixels_c.h | 45 extern Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b);
|
/frameworks/opt/timezonepicker/res/values-da/ |
strings.xml | 23 <string name="palestine_display_name" msgid="3485026339977302148">"Palęstina"</string>
|
/frameworks/opt/timezonepicker/res/values-de/ |
strings.xml | 23 <string name="palestine_display_name" msgid="3485026339977302148">"Palästina"</string>
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
wmesa.h | 82 * Pal - Palette to use 129 extern void WMesaPaletteChange(HPALETTE Pal);
|
/external/mesa3d/include/GL/ |
wmesa.h | 82 * Pal - Palette to use 129 extern void WMesaPaletteChange(HPALETTE Pal);
|
/frameworks/opt/mailcommon/res/values-lv/ |
webview_context_menu_strings.xml | 33 <string name="contextmenu_help" msgid="3599842914619249472">"Pal?dz?ba"</string>
|
/packages/apps/QuickSearchBox/res/values-lv/ |
strings.xml | 25 <string name="menu_help" msgid="8466596486018760239">"Pal?dz?ba"</string>
|
/external/llvm/lib/IR/ |
Function.cpp | 282 AttributeSet PAL = getAttributes(); 283 PAL = PAL.addAttribute(getContext(), i, attr); 284 setAttributes(PAL); 288 AttributeSet PAL = getAttributes(); 289 PAL = PAL.addAttributes(getContext(), i, attrs); 290 setAttributes(PAL); 294 AttributeSet PAL = getAttributes(); 295 PAL = PAL.removeAttributes(getContext(), i, attrs) [all...] |
/external/chromium_org/remoting/resources/ |
remoting_strings_lv.xtb | 12 <translation id="2208514473086078157">Saska?? ar politikas iestat?jumiem ?o datoru nevar koplietot k? Chrome att?l?s darbvirsmas saimniekdatoru. Lai sa?emtu pal?dz?bu, sazinieties ar sist?mas administratoru.</translation> 15 <translation id="406849768426631008">Vai v?laties pal?dz?t k?dam lietot?jam video t?rz??anas sarunas laik?? Izm??iniet <ph name="LINK_BEGIN"/>Google Hangouts lietotni Att?l? darbvirsma<ph name="LINK_END"/>.</translation> 22 <translation id="4368630973089289038">Vai v?laties pal?dz?t uzlabot Chrome saiti? <ph name="LINK_BEGIN"/>Atbildiet uz aptaujas jaut?jumiem!<ph name="LINK_END"/></translation> 29 <translation id="2499160551253595098">Pal?dziet mums uzlabot Chrome att?lo darbvirsmu, ?aujot mums apkopot lietojuma statistiku un av?riju p?rskatus.</translation> 62 <translation id="327263477022142889">Vai v?laties pal?dz?t uzlabot Chrome att?lo darbvirsmu? <ph name="LINK_BEGIN"/>Atbildiet uz aptaujas jaut?jumiem!<ph name="LINK_END"/></translation> 71 <translation id="9149992051684092333">Lai koplietotu savu darbvirsmu, pazi?ojiet t?l?k redzamo piek?uves kodu lietot?jam, kur? jums pal?dz?s.</translation> 96 <translation id="701976023053394610">Att?l? pal?dz?ba</translation> 141 <translation id="7038683108611689168">Pal?dziet mums uzlabot Chrome saiti, ?aujot mums apkopot lietojuma statistiku un av?riju p?rskatus.</translation> 145 <translation id="7649070708921625228">Pal?dz?ba</translation> 177 <translation id="3403830762023901068">Saska?? ar politikas iestat?jumiem ?o datoru nevar koplietot k? Chrome saites saimniekdatoru. Lai sa?emtu pal?dz?bu, sazinieties ar sist?mas administratoru.</translation [all...] |