HomeSort by relevance Sort by last modified time
    Searched refs:pnames (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ppucd.h 102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
157 const PropertyNames *pnames; // aliased member in class:PreparsedUCD
ppucd.cpp 58 : icuPnames(new PropertyNames()), pnames(icuPnames),
298 int32_t prop=pnames->getPropertyEnum(p);
336 int32_t value=pnames->getPropertyValueEnum(prop, v);
548 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs);
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
157 const PropertyNames *pnames; // aliased member in class:PreparsedUCD
ppucd.cpp 58 : icuPnames(new PropertyNames()), pnames(icuPnames),
298 int32_t prop=pnames->getPropertyEnum(p);
336 int32_t value=pnames->getPropertyValueEnum(prop, v);
548 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 389 GLenum* pnames = GetSharedMemoryAs<GLenum*>(); local
390 pnames[0] = GL_DEPTH_WRITEMASK;
391 pnames[1] = GL_COLOR_WRITEMASK;
392 pnames[2] = GL_STENCIL_WRITEMASK;
394 GetSharedMemoryAsWithOffset<GLint*>(sizeof(*pnames) * kCount);
398 num_results += decoder_->GetGLES2Util()->GLGetNumValuesReturned(pnames[ii]);
411 kSharedMemoryOffset + sizeof(*pnames) * kCount,
427 // Offset the pnames because GLGetError will use the first uint32.
430 GLenum* pnames = GetSharedMemoryAsWithOffset<GLenum*>(kPnameOffset); local
431 pnames[0] = GL_DEPTH_WRITEMASK
    [all...]
gles2_cmd_decoder.cc 9651 const GLenum* pnames = GetSharedMemoryAs<const GLenum*>( local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 412 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count,
414 : pnames(pnames),
420 const GLenum* pnames; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
gles2_implementation.cc 223 static const GLenum pnames[] = { local
240 pnames, arraysize(pnames),
793 // TODO(gman): Make this handle pnames that return more than 1 value.
803 // TODO(gman): Make this handle pnames that return more than 1 value.
    [all...]
gles2_implementation_unittest.cc 1951 const GLenum pnames[] = { local
2000 GLenum pnames[] = { local
    [all...]
gles2_c_lib_autogen.h 783 void GLES2GetMultipleIntegervCHROMIUM(const GLenum* pnames,
788 pnames, count, results, size);
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 608 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
gles2_interface_autogen.h 407 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
gles2_interface_stub_autogen.h 438 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
gles2_trace_implementation_autogen.h 438 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 851 ArrayList<CharSequence> pnames = new ArrayList<CharSequence>(); local
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 620 const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size);
625 const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size);
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 489 # 2010-dec Removed pnames.icu.
492 uni-core-data: GODATA "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu"
505 echo pnames.icu ubidi.icu ucase.icu uprops.icu > "$(ICUOUT)\icu4j\add.txt"
    [all...]
Makefile.in 240 # 2010-dec Removed pnames.icu.
436 UNI_CORE_DATA=pnames.icu uprops.icu ucase.icu ubidi.icu
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 489 # 2010-dec Removed pnames.icu.
492 uni-core-data: GODATA "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu"
505 echo pnames.icu ubidi.icu ucase.icu uprops.icu > "$(ICUOUT)\icu4j\add.txt"
    [all...]
Makefile.in 243 # 2010-dec Removed pnames.icu.
430 UNI_CORE_DATA=pnames.icu uprops.icu ucase.icu ubidi.icu
790 # The core Unicode properties files (pnames.icu, uprops.icu, ucase.icu, ubidi.icu)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 638 milliseconds