/external/icu/icu4j/main/shared/build/ |
common.properties | 7 icu4j.spec.version = 56 30 jar.spec.version = ${icu4j.spec.version}
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftmac.h | 209 /* spec :: FSSpec to the font file. */ 225 const FSSpec *spec, 244 /* spec :: FSRef to the font file. */
|
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/ |
SkiaSampleView.java | 213 // spec if we are attempting to get access to the OpenGL APIs. 238 Log.i("Skia", "spec: " + configSpec); 266 Log.i("Skia", "spec: " + configSpec);
|
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 240 def __init__(self, parent, pos=(0,0), size=(200,-1), title='Open File', spec='*.*', id=-1):
241 self.spec = spec
255 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
264 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
308 def __init__(self, parent, pos=(0,0), size=(200,-1), title='Open File', spec='*.*', id=-1):
309 self.spec = spec
322 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd())) [all...] |
/external/v8/tools/release/ |
check_clusterfuzz.py | 188 for spec in BUG_SPECS: 189 args = dict(spec["args"]) 199 if re.match(spec["crash_state"], issue["crash_state"]):
|
/frameworks/av/include/media/ |
IHDCP.h | 61 // Encrypt data according to the HDCP spec. "size" bytes of data are 74 // Encrypt data according to the HDCP spec. "size" bytes of data starting 89 // Decrypt data according to the HDCP spec.
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
javax.crypto.spec.SecretKeySpec.html | 10 javax.crypto.spec.SecretKeySpec 74 Class javax.crypto.spec.<A HREF="../../../../reference/javax/crypto/spec/SecretKeySpec.html" target="_top"><font size="+2"><code>SecretKeySpec</code></font></A>
|
/frameworks/compile/mclinker/include/mcld/Object/ |
SectionMap.h | 42 const InputSectDesc::Spec& spec() const { return m_Spec; } function in class:mcld::SectionMap::Input 57 InputSectDesc::Spec m_Spec;
|
/frameworks/native/include/media/hardware/ |
HDCPAPI.h | 97 // Encrypt data according to the HDCP spec. "size" bytes of data are 112 // Encrypt data according to the HDCP spec. "size" bytes of data starting 127 // Decrypt data according to the HDCP spec.
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
DefaultMeasureSpecTest.java | 164 private static String log(int spec) { 165 final int size = View.MeasureSpec.getSize(spec); 166 int mode = View.MeasureSpec.getMode(spec);
|
TestedFrameLayout.java | 94 public static int chooseSize(int spec, int desired, int min) { 95 final int mode = View.MeasureSpec.getMode(spec); 96 final int size = View.MeasureSpec.getSize(spec);
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherInputStreamTest.java | 24 import java.security.spec.AlgorithmParameterSpec; 29 import javax.crypto.spec.IvParameterSpec; 30 import javax.crypto.spec.SecretKeySpec;
|
/libcore/ojluni/src/main/java/java/io/ |
InputStreamReader.java | 110 * @spec JSR-51 126 * @spec JSR-51 153 * @spec JSR-51
|
/libcore/ojluni/src/main/java/java/security/spec/ |
PSSParameterSpec.java | 26 package java.security.spec; 29 import java.security.spec.MGF1ParameterSpec; 32 * This class specifies a parameter spec for RSA-PSS signature scheme,
|
/libcore/ojluni/src/main/java/sun/security/internal/spec/ |
TlsKeyMaterialSpec.java | 26 package sun.security.internal.spec; 28 import java.security.spec.KeySpec; 31 import javax.crypto.spec.IvParameterSpec;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 91 public SlotView(AbstractGalleryActivity activity, Spec spec) { 95 setSlotSpec(spec); 144 public void setSlotSpec(Spec spec) { 145 mLayout.setSlotSpec(spec); 374 // This Spec class is used to specify the size of each slot in the SlotView. 385 public static class Spec { 405 private Spec mSpec; 417 public void setSlotSpec(Spec spec) [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
sniff.go | 16 // at http://mimesniff.spec.whatwg.org/ to determine the 105 // TODO(dsymonds): Re-enable this when the spec is sorted w.r.t. MP4. 193 /* The remainder are not in the spec.
|
/prebuilts/go/linux-x86/src/net/http/ |
sniff.go | 16 // at http://mimesniff.spec.whatwg.org/ to determine the 105 // TODO(dsymonds): Re-enable this when the spec is sorted w.r.t. MP4. 193 /* The remainder are not in the spec.
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftmac.h | 209 /* spec :: FSSpec to the font file. */ 225 const FSSpec *spec, 244 /* spec :: FSRef to the font file. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/ |
GLMessageFormatterTest.java | 50 GLAPISpec spec = GLAPISpec.parseLine(specString); typedefs 51 specs.put(spec.getFunction(), spec); typedefs
|
/libcore/ |
openjdk_java_files.mk | [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/external/tpm2/generator/ |
tpm_table.py | 118 # The TCG spec in some cases uses so called 'Algorithm macros' to describe 120 # in section 4.12 of part 2 of the spec. 144 This function is invoked each time a new table is encountered in the spec. 157 title: a string, the title of the table as included in the TCG spec. 186 The TPM algorithm regex is used all over the spec in situations where 190 A string in the spec might look like one of the following: 328 # Preprocess representation of the table scraped from the spec. Namely, 474 """Processes spec tables describing interfaces.""" 528 """Processes spec tables defining new types.""" 541 """Processes spec tables describing attributes (bit fields)."" [all...] |
/prebuilts/go/darwin-x86/src/cmd/fix/ |
fix.go | 71 case *ast.Spec: 99 case *[]ast.Spec: 277 case []ast.Spec: 290 // importSpec returns the import spec if f imports path, 316 for _, spec := range gen.Specs { 317 impspec := spec.(*ast.ImportSpec) 597 for j, spec := range gen.Specs { 598 impspec := spec.(*ast.ImportSpec) 653 for j, spec := range gen.Specs { 654 impspec := spec.(*ast.ImportSpec [all...] |
/prebuilts/go/darwin-x86/src/go/doc/ |
reader.go | 224 func specNames(specs []ast.Spec) []string { 246 for _, spec := range decl.Specs { 247 s, ok := spec.(*ast.ValueSpec) 323 func (r *reader) readType(decl *ast.GenDecl, spec *ast.TypeSpec) { 324 typ := r.lookupType(spec.Name.Name) 334 doc := spec.Doc 335 spec.Doc = nil // doc consumed - remove from AST 337 // no doc associated with the spec, use the declaration doc, if any 347 list, typ.isStruct = fields(spec.Type) 470 for _, spec := range d.Specs [all...] |