HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1601 - 1625 of 2119) sorted by null

<<61626364656667686970>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 135 * Generates a full set of icons into the given map. The values in the map
151 Density[] densityValues = Density.values();
152 // Sort density values into ascending order
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java 469 * Sets the current heap info values for the specified heap.
514 * Returns the most-recent info values for the specified VM heap.
517 * @return a map containing the info values for the specified heap.
545 Collection<ThreadInfo> threads = mThreadMap.values();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 143 ConstraintType[] types = ConstraintType.values();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 78 for (AssetType type : AssetType.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 145 sorted.addAll(matches.values());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 91 for (Control field : mNameToField.values()) {
237 * Used when committing fields values to the model to retrieve the text
323 * Used when reading the model to set the field values.
347 // To simplify and since we don't have many fields, just reload all the values.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 74 getTestDataFile(getProject(), "navigationstyles.xml", "res/values/navigationstyles.xml");
82 // Select multiple elements - overlap in values.
192 // conflicting values, pick the first one)
197 for (List<Attr> list : availableAttributes.values()) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 73 return folderType == ResourceFolderType.VALUES;
187 int languageCount = parentFolderToLanguage.values().size();
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
ArchiveInstallerTest.java 81 mDownloadMap.values().contains(archiveFile)) {
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 181 // Check to see if we're setting style values
195 // ignore negative width and height values
420 values = [],
441 values.push( value );
445 return values;
468 var values = jQuery.makeArray(value);
471 this.selected = (jQuery.inArray( this.value, values ) >= 0 ||
472 jQuery.inArray( this.text, values ) >= 0);
475 if ( !values.length )
585 // Only deal with non-null/undefined values
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /external/v8/src/
prettyprinter.cc 277 for (int i = 0; i < node->values()->length(); i++) {
279 Visit(node->values()->at(i));
953 if (node->values()->length() > 0) {
954 IndentedScope indent(this, "VALUES");
955 for (int i = 0; i < node->values()->length(); i++) {
956 Visit(node->values()->at(i));
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 139 // Load inital settings values
205 db.execSQL("INSERT INTO system ('name', 'value') values ('network_preference', '" +
290 db.execSQL("INSERT INTO system ('name', 'value') values ('"
331 + " VALUES(?,?);");
348 db.execSQL("INSERT OR IGNORE INTO secure(name,value) values('" +
363 db.execSQL("INSERT INTO system(name,value) values('zoom','2');");
376 + " VALUES(?,?);");
404 db.execSQL("INSERT INTO system ('name', 'value') values ('"
419 + " VALUES(?,?);");
435 db.execSQL("INSERT OR IGNORE INTO secure(name,value) values('"
1159 ContentValues values = new ContentValues(); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 157 for(WifiConfiguration config : sConfiguredNetworks.values()) {
171 for(WifiConfiguration config : sConfiguredNetworks.values()) {
230 for(WifiConfiguration config : sConfiguredNetworks.values()) {
613 for(WifiConfiguration config : sConfiguredNetworks.values()) {
638 for(WifiConfiguration config : sConfiguredNetworks.values()) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 21 #include "base/values.h"
49 namespace values = extension_manifest_values;
182 // integer values may change, and should never be persisted.
723 if (run_location == values::kRunAtDocumentStart) {
725 } else if (run_location == values::kRunAtDocumentEnd) {
727 } else if (run_location == values::kRunAtDocumentIdle) {
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 59 // Values.
117 // that it has the default descriptor values.
124 // have all default values (according to 8.6.1).
134 // with default values if called with non existing property (otherwise
498 // other allowed values
521 // values are of the descriptor are the same as the existing one.
594 // Make sure that obj5 still holds the original values.
681 // Make sure that obj5 still holds the original values.
  /dalvik/vm/jdwp/
JdwpHandler.cpp 540 * Get values from static fields in a reference type.
722 * Set static class values.
728 u4 values = read4BE(&buf); local
730 LOGV(" Req to set %d values in classId=%llx", values, classId);
732 for (u4 i = 0; i < values; i++) {
749 * values in the "variables" display.
871 * Get values from the fields of an object.
892 * Set values in the fields of an object.
1325 u4 values = read4BE(&buf); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest2.java 198 byte[] values = new byte[4];
199 values[0] = (byte) 16;
200 values[1] = (byte) 17;
201 values[2] = (byte) 18;
202 values[3] = (byte) 19;
203 stream.writeObject(values);
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 137 // traverse the tree and scale all the node values
452 // compensate for missing values
745 const float* values = data->get_ord_responses(node); local
750 double w = weights[idx]/*priors[values[i] > 0]*/;
751 double t = values[i];
983 // so we need to convert class labels to floating-point values
1038 // the target function values are recalculated for each of the trees
1055 float* values = (float*)(data->buf->data.ptr + data->buf->step); local
1061 data->get_vectors( subsample_mask, values, missing, 0 );
1062 //data->get_vectors( 0, values, missing, 0 )
    [all...]
  /prebuilt/sdk/12/
android.jar 

Completed in 641 milliseconds

<<61626364656667686970>>