/external/pdfium/third_party/lcms2-2.6/src/ |
cmsnamed.c | 716 // Profile sequence description routines ------------------------------------------------------------------------------------- 744 Seq -> seq[i].Description = NULL; 757 if (pseq ->seq[i].Description != NULL) cmsMLUfree(pseq ->seq[i].Description); 793 NewSeq ->seq[i].Description = cmsMLUdup(pseq ->seq[i].Description);
|
cmsps2.c | 349 cmsMLU *Description, *Copyright; 354 Description = (cmsMLU*) cmsReadTag(hProfile, cmsSigProfileDescriptionTag); 360 if (Description != NULL) cmsMLUgetASCII(Description, cmsNoLanguage, cmsNoCountry, DescASCII, 255); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/ |
test_connection.py | 14 "Description" : "Sample template", 17 "Description" : "key pair", 33 "Description" : "InstanceId of the newly created EC2 instance", 356 self.assertEqual(first.description, None) 366 self.assertEqual(second.description, None) 396 <Description>My Description</Description> 414 <Description>Server URL</Description> [all...] |
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 40 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 46 #define LSAN_FLAG(Type, Name, DefaultValue, Description) \ 47 RegisterFlag(parser, #Name, Description, &f->Name);
|
/external/compiler-rt/lib/msan/ |
msan.cc | 101 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 124 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \ 125 RegisterFlag(parser, #Name, Description, &f->Name);
|
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_dc_a9.s | 49 @ * @par Description: 179 @ * @par Description: 310 @ * @par Description:
|
ih264_ihadamard_scaling_a9.s | 45 @ * @par Description: 167 @ * @par Description:
|
ih264_inter_pred_luma_copy_a9q.s | 27 @* @par Description: 190 @ * @par Description:
|
ih264_intra_pred_chroma_a9q.s | 67 @* @par Description: 199 @* @par Description: 275 @* @par Description: 347 @* @par Description:
|
ih264_mem_fns_neon.s | 51 @* @par Description:
|
/external/mesa3d/src/mesa/main/ |
APIspec.py | 225 desc = Description(node, self._categories) 329 """Add a description.""" 437 class Description(object): 438 """A description desribes a parameter and its relationship with other 502 dep = Description(dep_node, self._categories) 554 # otherwise, it is a valid, but no-op, description 559 """Validate a description against certain function.""" 567 # the description is valid, but the param is gone 588 # update the description
|
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/ |
MockWebServerTest.java | 37 import org.junit.runner.Description; 325 }, Description.EMPTY);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 26 ; * Description: 32 ; * Description:
|
/frameworks/native/services/surfaceflinger/ |
Android.mk | 30 RenderEngine/Description.cpp \ 84 # See build/target/board/generic/BoardConfig.mk for a description of this setting. 91 # See build/target/board/generic/BoardConfig.mk for a description of this setting.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TelephonyEventLogTest.java | 36 import org.hamcrest.Description; 89 public void describeTo(Description description) { 90 description.appendText(" tag: " + mEventTag); 91 description.appendText(", data: " + mMap.toString());
|
/external/libmpeg2/common/arm/ |
ideint_spatial_filter_a9.s | 42 @* @par Description
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgi.idl | 104 WCHAR Description[128]; 394 WCHAR Description[128];
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_filter_gnu.s | 4 @ Description:
|
ARM-E_interpolate_loop_gnu.s | 4 @ Description: the main synthesis function when fetching
|
ARM-E_interpolate_noloop_gnu.s | 4 @ Description: the main synthesis function when fetching
|
ARM-E_voice_gain_gnu.s | 4 @ Description: the main synthesis function when fetching
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxgi.idl | 107 WCHAR Description[128]; 413 WCHAR Description[128];
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 157 const char *const Description; 162 const char *const Description = nullptr) 163 : Name(Name), Description(Description) { 167 const char *getDescription() const { return Description; } 298 // desc - Modifier to set the description shown in the -help output... 305 // value_desc - Modifier to set the value description shown in the -help 578 // getDescription - Return description N [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
HtmlTest.java | 20 import org.hamcrest.Description; 559 public void describeTo(Description description) { 560 description.appendText("is equal to ")
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
awsqueryrequest.py | 160 Description = '' 375 self.parser = optparse.OptionParser(description=self.Description,
|