Searched defs:location (Results 1 - 25 of 858) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp70 int location = 0; local
83 location = 0;
87 location = 1;
91 location = 2;
95 names[location].push_back(name);
96 chunks[location].push_back(std::vector<unsigned char>(chunk, next));
112 size_t l0 = 0; //location 0: IHDR-l0-PLTE (or IHDR-l0-l1-IDAT)
113 size_t l1 = 0; //location 1: PLTE-l1-IDAT (or IHDR-l0-l1-IDAT)
114 size_t l2 = 0; //location 2: IDAT-l2-IEND
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c159 os_free(ap->location);
184 inet_ntoa(ap->addr), ap->location);
338 inet_ntoa(ap->addr), ap->location);
374 inet_ntoa(ap->addr), ap->location);
381 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
389 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
396 inet_ntoa(ap->addr), ap->location, txt);
597 xml_get_first_item(data, "SCPDURL"), ap->location);
601 xml_get_first_item(data, "controlURL"), ap->location);
605 xml_get_first_item(data, "eventSubURL"), ap->location);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
[all...]
H A Dwps_er.h38 char *location; member in struct:wps_er_ap
103 const char *location, int max_age);
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c159 os_free(ap->location);
184 inet_ntoa(ap->addr), ap->location);
338 inet_ntoa(ap->addr), ap->location);
374 inet_ntoa(ap->addr), ap->location);
381 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
389 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
396 inet_ntoa(ap->addr), ap->location, txt);
597 xml_get_first_item(data, "SCPDURL"), ap->location);
601 xml_get_first_item(data, "controlURL"), ap->location);
605 xml_get_first_item(data, "eventSubURL"), ap->location);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
[all...]
H A Dwps_er.h38 char *location; member in struct:wps_er_ap
103 const char *location, int max_age);
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c159 os_free(ap->location);
184 inet_ntoa(ap->addr), ap->location);
338 inet_ntoa(ap->addr), ap->location);
374 inet_ntoa(ap->addr), ap->location);
381 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
389 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
396 inet_ntoa(ap->addr), ap->location, txt);
597 xml_get_first_item(data, "SCPDURL"), ap->location);
601 xml_get_first_item(data, "controlURL"), ap->location);
605 xml_get_first_item(data, "eventSubURL"), ap->location);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
[all...]
H A Dwps_er.h38 char *location; member in struct:wps_er_ap
103 const char *location, int max_age);
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/tinyxml/
H A Dtinyxml.h98 /* Internal structure for tracking location of items
198 int Row() const { return location.row + 1; }
199 int Column() const { return location.col + 1; } ///< See Row()
332 TiXmlCursor location; member in class:TiXmlBase
1280 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1292 /** Returns the location (if known) of the error. The first column is column 1,
1311 The tab size is required for calculating the location of nodes. If not
/external/srtp/srtp/
H A Dekt.c114 const uint8_t *location; local
116 location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_BASE_TAG);
118 return location;
215 /* write zeros into the location of the base tag */
255 * auth_tag is a pointer to the pointer to the location of the
257 * auth_tag pointer is set to the location
272 /* copy auth_tag into temporary location */
/external/stlport/test/unit/
H A Dadj_test.cpp46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); local
47 CPPUNIT_ASSERT(location == numbers1 + 5); // no adj so loc should be _last
49 location = adjacent_find((int*)numbers2, (int*)numbers2 + 5);
50 CPPUNIT_ASSERT(location != numbers2 + 5); // adj location off should be 3 (first 1)
51 CPPUNIT_ASSERT((location - numbers2)==3);
59 IntVector::iterator location; local
60 location = adjacent_find(v.begin(), v.end());
61 CPPUNIT_ASSERT(location == v.end());
63 location
76 CStrVector::iterator location; local
[all...]
H A Dadvance_test.cpp34 IntVector::iterator location = v.begin(); local
35 CPPUNIT_ASSERT(*location==0);
36 advance(location, 5);
37 CPPUNIT_ASSERT(*location==5);
H A Dbound_test.cpp46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; local
47 CPPUNIT_ASSERT(location==16);
56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); local
57 CPPUNIT_ASSERT(location==4);
67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); local
69 CPPUNIT_ASSERT((location - v1.begin())==12);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less); local
79 CPPUNIT_ASSERT((location - str) == 4);
H A Dfind_test.cpp42 int *location = find((int*)numbers, (int*)numbers + 10, 25); local
44 CPPUNIT_ASSERT((location - numbers)==5);
69 int* location = find((int*)years, (int*)years + yearCount, 1972); local
71 CPPUNIT_ASSERT((location - years)==3);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); local
80 CPPUNIT_ASSERT((location - numbers)==3);
H A Dsearch_test.cpp45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h55 EAS_I32 location; member in struct:s_jet_status_tag
100 * Returns location and size of application data in the JET file
/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c418 * Returns location and size of application data in the JET file
554 EAS_I32 location ; local
555 if ((result = EAS_GetLocation(easHandle, pSeg->streamHandle, &location)) == EAS_SUCCESS)
556 if(location != 0)
558 pStatus->location = location;
/external/skia/src/core/
H A DSkTLList.h18 const typename SkTLList<T>::Iter& location);
25 SkNEW_INSERT_IN_LLIST_BEFORE(list, location, type_name, args)
26 SkNEW_INSERT_IN_LLIST_AFTER(list, location, type_name, args)
27 where list is a SkTLList<type_name>*, location is an iterator, and args is the paren-surrounded
105 /** Adds a new element to the list before the location indicated by the iterator. If the
106 iterator refers to a NULL location then the new element is added at the tail */
107 T* addBefore(const T& t, const Iter& location) { argument
108 return SkNEW_PLACEMENT_ARGS(this->internalAddBefore(location), T, (t));
111 /** Adds a new element to the list after the location indicated by the iterator. If the
112 iterator refers to a NULL location the
113 addAfter(const T& t, const Iter& location) argument
344 internalAddBefore(Iter location) argument
352 internalAddAfter(Iter location) argument
369 operator new(size_t, SkTLList<T>* list, typename SkTLList<T>::Placement placement, const typename SkTLList<T>::Iter& location) argument
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp611 SkPointLight(const SkPoint3& location, SkColor color) argument
612 : INHERITED(color), fLocation(location) {}
623 const SkPoint3& location() const { return fLocation; } function in class:SkPointLight
647 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
648 return new SkPointLight(location, color());
656 SkPointLight(const SkPoint3& location, const SkPoint3& color) argument
657 : INHERITED(color), fLocation(location) {}
671 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) argument
673 fLocation(location),
677 fS = target - location;
731 const SkPoint3& location() const { return fLocation; } function in class:SkSpotLight
753 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cosOuterConeAngle, SkScalar cosInnerConeAngle, SkScalar coneScale, const SkPoint3& s, const SkPoint3& color) argument
850 CreatePointLitDiffuse( const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument
858 CreateSpotLitDiffuse( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument
877 CreatePointLitSpecular( const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const CropRect* cropRect) argument
885 CreateSpotLitSpecular( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const CropRect* cropRect) argument
1564 const char* location; local
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp274 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { argument
277 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1i(GrGLint location, GrGLint v0) { argument
280 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1fv(GrGLint location, argument
285 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1iv(GrGLint location, argument
290 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { argument
293 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2i(GrGLint location, GrGLint v0, GrGLint v1) { argument
296 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2fv(GrGLint location, argument
301 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2iv(GrGLint location, argument
306 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform3f(GrGLint location, argument
312 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform3i(GrGLint location, argument
318 noOpGLUniform3fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) argument
323 noOpGLUniform3iv(GrGLint location, GrGLsizei count, const GrGLint* v) argument
328 noOpGLUniform4f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) argument
335 noOpGLUniform4i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2, GrGLint v3) argument
342 noOpGLUniform4fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) argument
347 noOpGLUniform4iv(GrGLint location, GrGLsizei count, const GrGLint* v) argument
352 noOpGLUniformMatrix2fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value) argument
358 noOpGLUniformMatrix3fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value) argument
364 noOpGLUniformMatrix4fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value) argument
[all...]
H A DGrGLUniformManager.cpp258 GrGLint location; local
261 location = i;
263 BindUniformLocation(programID, location, uniforms[i].fVariable.c_str()));
265 GR_GL_CALL_RET(fGpu->glInterface(), location,
269 fUniforms[i].fVSLocation = location;
272 fUniforms[i].fFSLocation = location;
H A DGrGLUtil.cpp38 const char* location,
43 if (NULL != location) {
44 GrPrintf(" at\n\t%s", location);
37 GrGLCheckErr(const GrGLInterface* gl, const char* location, const char* call) argument

Completed in 3122 milliseconds

1234567891011>>