/external/boringssl/src/ssl/test/runner/ |
chacha20_poly1305.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
chacha20_poly1305_test.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
recordingconn.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/external/boringssl/src/util/fipstools/ |
break-hash.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
inject-hash.go | 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/external/curl/packages/vms/ |
build_gnv_curl_pcsi_text.com | 26 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
clean_gnv_curl.com | 29 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
stage_curl_install.com | 40 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertService.java | 104 OTHER 139 MessageServiceCategoryAndScope other = (MessageServiceCategoryAndScope) o; local 140 return (mServiceCategory == other.mServiceCategory && 141 mSerialNumber == other.mSerialNumber && 142 mLocation.equals(other.mLocation) && 143 mBodyHash == other.mBodyHash && 144 mIsEtwsPrimary == other.mIsEtwsPrimary); 480 return true; // other broadcast messages are always enabled 519 alertType = AlertType.OTHER; 524 // For other alerts, vibration can be disabled in app settings [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 13 // in the documentation and/or other materials provided with the 406 // recursive building of other files. Note that recursive checkpoints are not 465 // declaring Symbol in descriptor.h, which would drag all kinds of other 518 vector<void*> allocations_; // All other memory allocated in the pool. [all...] |
/external/v8/src/profiler/ |
allocation-tracker.cc | 290 if (state != OTHER) return 0;
|
sampling-heap-profiler.cc | 179 case OTHER:
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 298 C_LAUTO // any other 32-bit constant
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
a.out.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
main.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/ |
asm.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 298 C_LAUTO // any other 32-bit constant
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
a.out.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
main.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/cmd/link/internal/mips64/ |
asm.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/frameworks/av/media/libstagefright/ |
AVIExtractor.cpp | 619 Track::Kind kind = Track::OTHER; 676 if (track->mKind == Track::OTHER) { 803 if (track->mKind == Track::OTHER) { [all...] |
/external/icu/icu4c/source/i18n/ |
measfmt.cpp | 79 NumericDateFormatters(const NumericDateFormatters &other); 80 NumericDateFormatters &operator=(const NumericDateFormatters &other); 151 MeasureFormatCacheData(const MeasureFormatCacheData &other); 152 MeasureFormatCacheData &operator=(const MeasureFormatCacheData &other); 259 * unitsShort/duration/hour contains other{"{0} hrs"}. 272 // other{"{0} hrs"} 293 setFormatterIfAbsent(StandardPlural::OTHER, value, 0, errorCode); 631 MeasureFormat::MeasureFormat(const MeasureFormat &other) : 632 Format(other), 633 cache(other.cache) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalFormat.java | 219 CompactDecimalFormat other = (CompactDecimalFormat) obj; 220 return mapsAreEqual(units, other.units) 221 && Arrays.equals(divisor, other.divisor) 222 && (pluralToCurrencyAffixes == other.pluralToCurrencyAffixes 223 || pluralToCurrencyAffixes != null && pluralToCurrencyAffixes.equals(other.pluralToCurrencyAffixes)) 224 && pluralRules.equals(other.pluralRules); 468 String[][] defaultPower10ToAffix = pluralCategoryToPower10ToAffix.get("other"); 511 return CompactDecimalDataCache.OTHER;
|